home *** CD-ROM | disk | FTP | other *** search
/ PC Media 4 / PC MEDIA CD04.iso / share / os2 / tim100p / whatsnew.100 < prev   
Text File  |  1994-04-08  |  3KB  |  84 lines

  1. Changed for v1.00:
  2. ------------------
  3.  
  4. *  Looked into the Novell Lite printing problem. Using another method to
  5.    print seems to work: use stdprn as your printer ("Printer stdprn" in
  6.    timEd.cfg), and NWLite will catch your printer output.
  7.  
  8. *  Moved and copied messages (when using ALT-M) will now have the scanned
  9.    and sent bits stripped, and the default attributes for the target area
  10.    of the move/copy will be added. This makes the message ready to be
  11.    exported.
  12.  
  13.    Please note, that the MSGID of the message will not be changed! TimEd
  14.    doesn't have enough info to really re-generate the MSGID, and I doubt it
  15.    is a good idea at all: what about you messing around with someone elses
  16.    MSGIDs?
  17.    To prevent all problems, use 'forward' if you want to send out a
  18.    messages AGAIN in another (or the same) echo.
  19.  
  20.    Moving and copying from the list mode assumes you do not wish to export:
  21.    the attributes will not be changed, and SEEN-BYs and stuff will not be
  22.    stripped.
  23.  
  24. *  If you selected a different 'alias' (with ctrl-N) before move / copy /
  25.    forward, the newly selected name will now be used in the 'Note:' that is
  26.    added at the top of the message.
  27.  
  28. *  When undeleting a line in the internal editor, timEd will also nicely
  29.    add a HCR at the end of the line if it is the first line of the message.
  30.  
  31. *  Fixed a nasty bug in the GEcho configuration reading routines.
  32.  
  33.  
  34. Changed for gamma 2:
  35. --------------------
  36.  
  37. *  Fixed trap problem with changing zero-length messages
  38.  
  39. *  Updated code to read a header in *.MSG list mode.
  40.  
  41. *  Fixed a problem in the V7 nodelist routines, caused by passwords longer
  42.    than 8 characters (not sure if that is allowed, but it happens, so...).
  43.  
  44. *  Fixed several problems in Imail config reading routines.
  45.  
  46. *  TimEd will now create a valid Hudson base if it doesn't exist.
  47.  
  48. *  Other minor adjustments in MSGAPI code (Jason...).
  49.  
  50. *  Changed several pieces of code concerning keyboard handling (I _knew_ it
  51.    was a bad thing to change that code. Damn, I hate it to be right in this
  52.    case!).
  53.  
  54. *  Fixed a problem in FD nodelist lookup routines.
  55.  
  56. *  TimEd would sometimes double the 'quotestring' in the internal editor,
  57.    when you pressed <return> on a quoted line (while you were positioned at
  58.    the first few characters of that line, hte charcaters that actually made
  59.    up the 'quotestring' [line 'GvE> ').
  60.    At least, I think that is what some people referred to.
  61.  
  62. *  The OS/2 version will now also recognize ASCII code 224.
  63.  
  64. *  Fixed a problem with reading Hudson messages bigger than 32 Kb.
  65.  
  66. *  In addition, I also re-implemented the keyboard routines that were used
  67.    in beta 11 (that used DOS get it's keystrokes). Some TSR's apparently
  68.    stopped working with the new code, and I suspect it caused more
  69.    problems (mysterious lockups - if they are gone now, and were present in
  70.    gamma 1 tell me!).
  71.  
  72.    For those who really want those routines from gamma 1 back (a bit more
  73.    low level, can be used if you used ANSI to reprogram keys and also
  74.    recognizes ASCII character 224), please use
  75.  
  76.    LOWLEVELKB YES
  77.  
  78.    in timEd.cfg. It may be better to use these only when you really need
  79.    them!
  80.  
  81. *  A few smaller fixes.
  82.  
  83.  
  84.